home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / 4n25b.zip / 4NT25B.DOC next >
Text File  |  1994-10-19  |  3KB  |  78 lines

  1.                                JP Software
  2.  
  3.             4DOS/NT 2.5 rev A ==> 2.5 rev B Patch Documentation
  4.  
  5.                             October 19, 1994
  6.  
  7.  
  8. Copyright 1994, JP Software Inc., All Rights Reserved.  Published by JP
  9. Software Inc., P.O. Box 1470, E. Arlington, MA 02174 USA, (617)
  10. 646-3975.  4DOS is a registered trademark of JP Software Inc.
  11.  
  12.  
  13. This file explains how to install the 4DOS/NT 2.5 rev B patches.
  14.  
  15. To use the patch, you must have:
  16.  
  17.      * JP Software's PATCH.EXE program.  This program is in a separate
  18.      file, PATCH.ZIP on CompuServe, or 4DPATCH.ZIP on bulletin boards
  19.      and the Internet.  [* See note below.]
  20.  
  21.      * A copy of 4DOS/NT 2.5 rev A.  The simplest way to check your
  22.      revision level is to use the 4DOS/NT VER /R command.  If you find
  23.      you have rev A or B of 4DOS/NT 2.5, you must download additional
  24.      patch files to update your current copy of 4DOS/NT to rev A before
  25.      you can apply this latest rev B patch.  To update from rev A to rev
  26.      B you need the patch file 4N20B.ZIP; to update from rev B to rev A
  27.      you need 4N20C.ZIP.  These files should be available from the same
  28.      place where you got this rev B file.
  29.  
  30. To use this patch, copy the 4NT20D.RTP file to the directory where your
  31. 4DOS/NT version 2.5 files are stored. Make sure JP Software's PATCH.EXE is
  32. in the same directory, or in a directory on your PATH, then enter the
  33. command:
  34.  
  35.       patch 4nt20d
  36.  
  37. This patch converts 4DOS/NT 2.5 rev A to version 2.5 rev B.  It modifies
  38. only 4NT.EXE, all other files are unchanged from rev A. Branding (name
  39. and serial number) information in your 4NT.EXE file will be preserved in
  40. the modified file.
  41.  
  42. If you want to test 4NT.EXE to make sure the patch worked, restart your
  43. 4DOS/NT window, use the VER /R command.  This command will report
  44. "4DOS/NT Revision A" (if the patch did not work) or "4DOS/NT Revision B"
  45. (if it did work).
  46.  
  47. If you are short on disk space and receive a message that there is not
  48. enough space to perform the patch, you can use a command like this to
  49. reduce the disk space required:
  50.  
  51.       patch /noundo 4nt20d
  52.  
  53. This will make recovery slightly more difficult in the unlikely event of
  54. a power failure or similar problem during the patch process, but will
  55. reduce the disk space required to perform the patch.
  56.  
  57.  
  58. [* JP Software's PATCH.EXE is the version 1.10 patch program from the
  59. .RTPatch patch software sold by PocketSoft Inc.  If you have a copy of
  60. PATCH.EXE version 1.10 or later from another company which also uses
  61. .RTPatch to update its software, you can use it with JP Software
  62. patches. However, we recommend that you do NOT use version 2.0 of
  63. PATCH.EXE under OS/2.  When PATCH.EXE 2.0 is used under OS/2 it patches
  64. the files properly, but does not correctly update the dates and times of
  65. the patched files.]
  66.  
  67.  
  68. 4DOS/NT version 2.5 revision B includes the following changes to version
  69. 2.5 revision A:
  70.  
  71.      * Fixed a problem which could cause MOVE to delete files without
  72.        moving them if you attempted to MOVE a file to itself (e.g.
  73.        MOVE *.DAT with no target specified).
  74.  
  75.       * Fixed a problem which prevented input and output settings from
  76.        being restored properly when using multiple redirections in a
  77.        single command (e.g. sort < file1 > file2).
  78.